CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - numerical methods

搜索资源列表

  1. triangulation6good

    0下载:
  2. 用数值方法做的三角剖分程序,本人觉得这个不错,good -numerical methods of triangulation process, I think that this is true, good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:69806
    • 提供者:az
  1. shuzhifangfa(matlab)

    0下载:
  2. 数值方法(MATLAB)电子书,书中对各种数值计算的方法进行了详尽介绍,需要一定数学基础。-numerical methods (MATLAB) eBook, book of the various numerical methods for the detailed briefing, needs some math.
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:5695966
    • 提供者:吴无
  1. ncm

    1下载:
  2. 有趣的可视的数值方法 出自网站http://www.mathworks.com/moler-interesting visualization of numerical methods from the website http : / / www.mathworks.com / moler
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:257220
    • 提供者:玉晶
  1. GAC_Matlab

    0下载:
  2. 几何活动轮廓(GAC)算法的源代码,用upwind和eno数值方法, 在MATLAB下可直接执行-geometric active contour (GAC) algorithm source code, using upwind and eno numerical methods, MATLAB under the direct execution
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:15653
    • 提供者:maxu
  1. NumericalMethods7.1

    0下载:
  2. 数值计算方法的教程,通过此可以更好的掌握数学方法在物理学中的应用-numerical methods and guidance through this to better grasp mathematical methods in the application of physics
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:42938
    • 提供者:郑乾
  1. CLangue

    0下载:
  2. 数值计算方法在C语言中的应用 介绍了数值计算方法与计算机程序语言相结合的重要性,在给出牛顿迭代公式之后,阐述了牛顿迭代法在do-while循环中的应用,然后通过实例基于曲线梯形面积求解方法,论述了矩形法和梯形法在for循环中的应用.最后指出:用正确的数值计算方法编写高效的计算机程序解决复杂的实际问题应成为当代理工科大学生必备的基础与技能-numerical calculation method in the C language to the application of numerical
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:159798
    • 提供者:liming
  1. ffep-0.8.3

    0下载:
  2. The Free Finite Element Package is a library which contains numerical methods required when working with finite elements. The goal of FFEP is to provide basic functions for approximating the solution of elliptic and parabolic PDEs in 2D.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:268562
    • 提供者:彭伟才
  1. Fortran

    2下载:
  2. Fortran的数学物理方程数值算法源程序。这是\"Numerical Methods for Physics\"第二版的Fortran源程序
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:50205
    • 提供者:Mint
  1. MatlabRevised

    0下载:
  2. 修改版的matlab的数学物理方程数值算法源程序。这是\"Numerical Methods for Physics\"第二版的matlab源程序(修改版)。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:46362
    • 提供者:Mint
  1. Numerical_Computing_with_MATLAB

    0下载:
  2. Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe-
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3994514
    • 提供者:Michael A
  1. ncm

    0下载:
  2. Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed u
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:243729
    • 提供者:Michael A
  1. 22338877

    0下载:
  2. 蚁群算法在数值方法中的应用以及求解最优化函数的极值问题-Ant Algorithm in numerical methods and applications to solve the optimization problem function extremum
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:26926
    • 提供者:武松
  1. Adapt

    0下载:
  2. 数值方法上机实验内容. 自适应算法用图象实现效果.-numerical methods for experiments. Adaptive algorithms used images to achieve results.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2378
    • 提供者:悠女
  1. Doolittle_ustb

    1下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是Doolittle分解的算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. Try This is the decomposition algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:113840
    • 提供者:常晓东
  1. Fixed Point_ustb

    1下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是不动点算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. This is the fixed point algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:116954
    • 提供者:常晓东
  1. SOR_ustb

    0下载:
  2. 研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是松弛算法-"numerical methods" courses of operations, are all code and the C language debugging passed, and upload to us. This is the relaxation algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:115049
    • 提供者:常晓东
  1. 数值分析2

    0下载:
  2. 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem often did not know in advance,
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4471
    • 提供者:周易
  1. 算法设计五

    0下载:
  2. 误差分析的方法有多种,例如,威点逊(J. H. Wilkison)针对的计算机的浮点运算提出的“向后误差分析”,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。-error analysis by a number of means, for example, Granville point Morrison (J. H. Wilkison), refer
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:78689
    • 提供者:周易
  1. CREWE Smat labre lease.zip

    3下载:
  2. 加拿大Calgary大学的CREWES研究小组开发的matlab地震处理程序,程序理解参考他们的教科书《Numerical Methods of Exploration Seismology》。
  3. 所属分类:源码下载

    • 发布日期:2010-12-10
    • 文件大小:1946873
    • 提供者:Chen@Zhang
  1. yaccobi

    0下载:
  2. 数值计算方法,将连续方程离散化,用迭代方法求解最优解,这里是雅可比迭代C++的代码-Numerical methods, discretization of continuous equations, iterative method for solving the optimal solution, here is the Jacobi iteration code in C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:779
    • 提供者:吴建金
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com